Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set neutron_driver to null #1

Open
wants to merge 1 commit into
base: ts_changes
Choose a base branch
from

Conversation

bshephar
Copy link

With neutron_driver set to openvswitch, the
overcloud deploy is trying to pull OVN
containers. Setting it to null as per the
guide:
https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html-single/network_functions_virtualization_planning_and_configuration_guide/index#deploying_rhosp_with_the_ovs_mechanism_driver

With this set to null, we should exit here:
https://github.com/openstack/tripleo-common/blob/stable/train/tripleo_common/update.py#L50-L52

Else openvswitch is in the constants.EXCLUSIVE_NEUTRON_DRIVERS list:
https://github.com/openstack/tripleo-common/blob/stable/train/tripleo_common/constants.py#L219

Resolves: 03082681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant